home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 10,000 to 10,999 / 10000.zip / AOLDLs / The _Other_ Gallery / Win_ eSpew#1 Multimedia E-zine / ESPW1.exe / ESPEW#1.EXE / ESPEW#1.DXR / 00169.ls < prev    next >
Encoding:
Text File  |  1995-10-26  |  915 b   |  41 lines

  1. on exitFrame
  2.   global hinter
  3.   move3Obj()
  4.   set hinter to hinter + 1
  5.   if hinter = 3 then
  6.     set hinter to 1
  7.   end if
  8.   if hinter = 1 then
  9.     set the castNum of sprite 15 to 279
  10.   end if
  11.   if hinter = 2 then
  12.     set the castNum of sprite 15 to 280
  13.   end if
  14.   if rollOver(8) then
  15.     set the castNum of sprite 13 to 155
  16.     set the foreColor of sprite 13 to 210
  17.     puppetSprite(8, 1)
  18.     set the foreColor of sprite 8 to 255
  19.   else
  20.     set the castNum of sprite 13 to 204
  21.     set the foreColor of sprite 13 to 35
  22.     puppetSprite(8, 0)
  23.   end if
  24.   if rollOver(10) then
  25.     set the castNum of sprite 8 to 210
  26.   else
  27.     set the castNum of sprite 8 to 86
  28.   end if
  29.   if rollOver(11) then
  30.     set the castNum of sprite 8 to 211
  31.   else
  32.     set the castNum of sprite 8 to 86
  33.   end if
  34.   if rollOver(12) then
  35.     set the castNum of sprite 8 to 209
  36.   else
  37.     set the castNum of sprite 8 to 86
  38.   end if
  39.   go(marker(0))
  40. end
  41.